'Declaration
Public Function LabelAngle( _ ByVal value As Nullable(Of Integer) _ ) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> LabelAngle( Nullable<int> value )
Parameters
- value
- The value.
Return Value
Current builder.
'Declaration
Public Function LabelAngle( _ ByVal value As Nullable(Of Integer) _ ) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> LabelAngle( Nullable<int> value )